/* sub */
.sub {
    height: 34.0105vw;
}
.sub_tt01 {
    font-size: var(--size-20);
    font-weight: 900;
    color: var(--main-color);
    margin-bottom: 1vw;
    margin-top: 17%;
    letter-spacing: 0vw;
    overflow: hidden;
}
.sub_tt02 {
    font-size: var(--size-85);
    font-weight: 900;
    overflow: hidden;
}

/* sub */
/* header02 */
.header02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: visible;
    z-index: 1111;
}
div.sub_tab_wrap {
    height: 8vw;
    margin-bottom: -8vw;
}
div.sub_tab {
    width: 50.8855vw;
    padding: 0 0.3vw;
    height: 3.3334vw;
    position: absolute;
    gap: 2.5vw;
    /* top: 0vw; */
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 1vw;
    border: 1px solid #BE0211;
    box-sizing: border-box;
}
.sub_tab a {
    min-width: 5.2605vw;
    padding: 0 0.8vw;
    height: 4.9479vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition-duration: 0.3s;  
    transition-property: background, color;
  position: relative;
  border-radius: 1vw;
  box-sizing: border-box;
}

.sub_tab a:hover {
    color: white;
    background-color: #BE0211;
}
.sub_tab a.sub_change {
    color: white;
    background-color: #BE0211;
}
.sub_tab.drop {
    top: 7vw;
    z-index: 9998;
}
.sub_tab.insert {
    top: 2vw;
    z-index: 9998;
}
/* header02 */





@media screen and (max-width:599px) {
  .sub_tab.drop {
      top: 17vw;
      z-index: 9998;
  }
  .sub_tab.insert {
      top: 17vw;
      z-index: 9998;
  }
.sub {
    height: 59.0105vw;
    margin-top: 15vw;
}
.sub_tt02 {
    font-size: var(--size-70);
    font-weight: 900;
}
div.sub_tab_wrap {
    height: 20vw;
    margin-bottom: -20vw;
}
div.sub_tab {
    width: 90.8855vw;
    padding: 0 0.3vw;
    height: 11.3334vw;
    position: absolute;
    gap: 1.5vw;
    /* top: 0vw; */
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 3vw;
    border: 1px solid #BE0211;
    box-sizing: border-box;
}
.sub_tab a {
    min-width: 10.2605vw;
    padding: 0 1.8vw;
    height: 5.9479vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-property: background, color;
    position: relative;
    border-radius: 1vw;
    box-sizing: border-box;
}









}